dopewars now runs natively on Win32 systems (95, 98, NT, 2000). It runs by default as a dopewars client, using the familiar Windows interface. However, if you prefer the "original look" text mode interface, this is still available; just right click on a shortcut to dopewars, and add -t to the end of the command line. To run a dopewars server, add -s instead.
Binaries can be obtained from the main download site, or dopewars will compile with the free Cygwin tools under Win32. dopewars uses the GLib library, which can be obtained for Windows from http://user.sgic.fi/~tml/gimp/win32/. The installation procedure is the same as that for Unix systems - download the tarball, extract the files, change into the created directory, run the configure script, and then make. This builds a native Win32 binary, which does not need the Cygwin libraries to run.
In virtually all respects, the Unix and Win32 versions of dopewars should be identical. Both will accept the same command line parameters and configuration options. However, since the standard Unix paths for the high score file and configuration files do not translate well to Windows, by default the program will look for both the configuration file dopewars-config.txt and the high score file dopewars.sco in the current directory. (N.B. The standard Unix-like configuration files \Etc\Dopewars and $HOME\.Dopewars will be read before dopewars-config.txt if they are present, and if you build the program by hand, you'll need to use --datadir="." as an option to configure in order to get this behaviour for the high score file.)
Last update: 13-05-2001